home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / mars.dir / 00002_Script_2 < prev   
Text File  |  1994-11-28  |  517b  |  23 lines

  1. on startMovie
  2.   -- BROWSE MUST BE INITIALIZED AT THIS POINT !!!
  3.   global BROWSE
  4.   global drmflg, advflg, chlflg, entflg
  5.   set drmflg = 0
  6.   set advflg = 0
  7.   set chlflg = 0
  8.   set entflg = 0
  9.   
  10.   
  11.   SET BROWSE = FALSE
  12.   
  13.   -- set the global rootpath
  14.   global rootpath
  15.   put the PathName into  rootpath
  16.   
  17.   -- perform variable initializations
  18.   
  19.   initSearchPath
  20.   -- do not allow the user to quit via any othe way then the red shoes
  21.   set the exitLock to TRUE
  22.   go to movie "signon"
  23. end startMovie